home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hottest 6
/
Hottest 6 (1996)(PDSoft)[!].iso
/
software
/
fredfish
/
1031.lha
/
Programs
/
Triton
/
ClickMe
next >
Wrap
Text File
|
1995-02-28
|
560b
|
19 lines
echo "Dieses Skript entpackt das gewünschte Programm in dieses Verzeichnis."
echo "This Skript unpacks the desired Program into the current Drawer"
echo "Möchten Sie fortfahren (y/N)?"
ASK "Do you wish to continue (y/N)?"
if warn
echo "Start"
list #?.(lha|lzh) to t:unpfishtmp lformat="lha -IamxMnF x %n*Ndelete >NIL: %n"
if not fail
execute t:unpfishtmp
delete >NIL: t:unpfishtmp
endif
echo "Wählen Sie Fenster/aktualisieren aus dem Workbench Menü!"
echo "Choose Window/Update from the Workbench menu!"
endif
echo "Fertig!"
echo "Done."